Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit d87700c7a9363d48b8e188e61dbae0458e7a0930


Parents : e79798c
Author : Mark Qvist <bc7291552be7a58f361522990465165c>
Date : 2026-05-04T20:53:13+02:00

Updated version

Changes

2 files changed, 2 insertions(+), 2 deletions(-)

M setup.py +1 -1

Diff

diff --git a/nomadnet/_version.py b/nomadnet/_version.py
index 5becc17..5c4105c 100644
--- a/nomadnet/_version.py
+++ b/nomadnet/_version.py
@@ -1 +1 @@
-__version__ = "1.0.0"
+__version__ = "1.0.1"

diff --git a/setup.py b/setup.py
index a880c39..924d023 100644
--- a/setup.py
+++ b/setup.py
@@ -31,6 +31,6 @@ setuptools.setup(
entry_points= {
'console_scripts': ['nomadnet=nomadnet.nomadnet:main']
},
- install_requires=["rns>=1.2.1", "lxmf>=0.9.6", "urwid>=2.6.16", "qrcode"],
+ install_requires=["rns>=1.2.2", "lxmf>=0.9.6", "urwid>=2.6.16", "qrcode"],
python_requires=">=3.7",
)


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────